home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Demos / DE_HyperCube / HyperCube.app / exceptBUG.strings < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.1 KB  |  11 lines

  1. /* this is the only page only field condition.  */
  2. "BUG_UGoofed" = "An unhandled Find condition exists. Figure out how you broke it. ";
  3. /* [short name of nonDocument object without a parent] my assumption that only a Document will have a parent that's not an Actor is apparently wrong */
  4. "BUG_ParentlessChild" = "Bug Doug.  Object `%s' is not a Document and its parent is not an Actor.";
  5. /* [document name]  the named document should be open, but we couldn't find it in openDocs list */
  6. "BUG_DocNotOpen" = "Unexpected error: Document %s is not open.";
  7. /* [name of resource doc; name of client doc]  client doc sent closeForDocument: msg to resource doc, but it doesn't have client in its clientDocs table. */
  8. "BUG_DocNotOpenAsResource" = "Bug Doug.  Document `%s' does not think it is open as a resource for client doc `%s'.";
  9. /* [class name of object being stored; full pathname of objectStore file] an attempt was made to store an object with an iNum of NO_SUCH_INT. */
  10. "BUG_InvalidInum" = "Internal Error – Attempt to store object of type %s with invalid iNum in file %s.";
  11.